home *** CD-ROM | disk | FTP | other *** search
/ Workbench Design / WB Collection.iso / workbench werkzeuge / uhren & terminkalender / organizer / reminderv5.9 / changes next >
Text File  |  1996-04-07  |  9KB  |  210 lines

  1.  
  2.                                Reminder V5.9
  3.  
  4.                Copyright  1991-94 by Ebbe Holleris Petersen
  5.                       Official release of version 5.9
  6.                             Release date 15/12-94
  7.  
  8.                              E-mail: eep@sbi.dk
  9.  
  10.  
  11. Changes from Reminder V5.8 to V5.9 (bugfix)
  12.  
  13.   - Fixed bug in setup window. 'Run'/'Check'/'Cli check' and 'Flash screen'/
  14.     'WB to front' didn't work properly.
  15.   - Reminder didn't use it's builtin defaults properly when run without a
  16.     config file. This has been fixed.
  17.  
  18.   These bugs were reported by Martin Nuttall and Martin Cox (ThanX).
  19.  
  20.   - Changed the way the 'Run'/'Check'/'Cli check' gadget works. It's now more
  21.     logical (I hope) - se Reminder.guide for more info.
  22.  
  23.  
  24. Changes from Reminder V5.7 to V5.8 (bugfix/minor update)
  25.  
  26.   - Fixed version string (again). Hopefully it's now ok.
  27.   - Priority was broken. It would be 5 no matter what. Changes was ignored.
  28.   - Fixed enforcer hit(s).
  29.  
  30.   These bugs were reported by Klaus Alexander Siestrup (ThanX).
  31.  
  32.   - In some situations the message list would be empty, when the input
  33.     window was opened. This is now fixed.
  34.  
  35.   This bug was reported by Anders Melchiorsen (ThanX).
  36.  
  37.   - Reminder now saves it's datafile in a different way: it makes a copy of
  38.     the old datafile, and then modifies the original. If successful it then
  39.     deletes the copy. If not it deletes the modified file, and renames the
  40.     copy to the original name.
  41.   - When attempting to run Reminder twice it will no longer open a
  42.     requester stating that Reminder is already running. In stead Reminders
  43.     setup window will open.
  44.   - Added a icon (Reminder.info) to the archive, for those who want to put
  45.     Reminder in the WBStartup drawer. Just copy Reminder and Reminder.info
  46.     to the WBStartup drawer and all should work.
  47.   - Added icon to Reminder.guide and Changes.
  48.   - Shortened this file, by removing all changes info on versions below
  49.     Reminder V5.0.
  50.  
  51.   Some People have complained, that Reminder reads from there harddisk once
  52.   every minute. This happens because the SAS/C command 'localtime()'
  53.   attempts to read the environment variable TZ (twice). This happens the
  54.   following way:
  55.  
  56.    ChangeDir() to ENV:
  57.    Open() TZ
  58.    ChangeDir() back to default directory
  59.  
  60.   To avoid this simply make RAM: the default directory before running
  61.   Reminder, i.e. put something like the following in your startup-sequence
  62.   (assuming that you run Reminder from your startup-sequence):
  63.  
  64.     cd RAM:
  65.     Run >NIL: sys:bin/Reminder
  66.  
  67.  
  68. Changes from Reminder V5.6 to V5.7 (bugfix/update)
  69.  
  70.   - Reminder now remembers which messages has been shown today, when being
  71.     rerun or after a reset. This makes 'day count' a lot more useful.
  72.   - Changed documentation a bit. As it turned out it is no longer a good
  73.     idea to run Reminder with a stacksize of only 2000 bytes. It should be
  74.     4000 bytes (or more) to be on the safe side.
  75.   - Changed command line arguments:
  76.       -x         is now X=
  77.       -y         is now Y=
  78.       -r/-C/-C   is now MODE=RUN/CHECK/CLI
  79.       Configfile can no longer be specified
  80.     These arguments can also be specified as tooltypes if Reminder is run
  81.     by use of an icon.
  82.   - Reminder ? will print a short description of how to use Reminder.
  83.   - When in editmode pressing <TAB> will activate the message gadget.
  84.  
  85.   All the above changes were suggested by Anders Melchiorsen (ThanX).
  86.  
  87.   - Fixed a bug that sometimes made Reminder think it wasn't able to open
  88.     a window, even when it was.
  89.   - Changed Reminders version string (I hope it now has the right format)
  90.  
  91.   These bugs were reported by Klaus Alexander Siestrup (ThanX).
  92.  
  93.   - Reminder.cfg, will now be saved as ENV:Reminder/Config and
  94.     ENVARC:Reminder/Config.
  95.   - With the configfile commandline option gone, Reminder is no longer 
  96.     able to read Reminder V2.0 datafiles (anyway, I doubt that anybody is
  97.     using that old version any more).
  98.   - The -c (MODE=CHECK) option was broken. The message window would newer
  99.     open.
  100.   - Several minor changes.
  101.   - As of this version a config file is no longer included in the archive -
  102.     it seemed a bit useless.
  103.  
  104. Changes from Reminder V5.5 to V5.6 (bugfix)
  105.  
  106.   - The 68000 version of Reminder crashed whenever it attempted to open
  107.     it's message window, due to a stupid typing error in my makefile, which
  108.     resulted in part of the program being 68030 code.
  109.   - Made clock window one pixel higher
  110.   - Fixed several minor bugs.
  111.  
  112. Changes from Reminder V5.4 to V5.5
  113.  
  114.   - Reminder now can use *any* font, proportional or not.
  115.   - Message and command gadgets in the input window now supports TAB_CYCLE.
  116.   - Reminder now needs and uses reqTools.library.
  117.   - Adjusted setup window, to allow user to choose font.
  118.   - Message window will no longer pop up when the alarm, setup or input
  119.     window is open. It now waits until the window is closed.
  120.     Commands however will still be executed regardless of open windows.
  121.   - As of this version the file Reminder.man will no longer be included in
  122.     the archive.
  123.  
  124. Changes from Reminder V5.3 to V5.4
  125.  
  126.   - No more enforcer hits (hopefully).
  127.   - When run from WBStartup drawer a useless CON: window would open. This
  128.     will no longer happen.
  129.   - Spelling error corrected 'okt' -> 'oct'.
  130.   - when editing a message, minutes, hours, days and months (not years - sorry)
  131.     now can be entered directly using numeric keys, in stead of using the
  132.     cursor keys (which of cause still work).
  133.   - When in edit mode pressing the mouse menu button will exit (without saving
  134.     changes, just like pressing the ESC-key).
  135.   - C:Run is no longer needed to run a command. Also redirection can be used
  136.     (>to_file_name and <from_file_name).
  137.  
  138.   All the above changes were suggested by Anders Melchiorsen (ThanX).
  139.  
  140.   - As of this version the OS1.2+ version of Reminder will no longer be
  141.     included in the archive.
  142.   - The Copy gadget removed in version 4.0, turned out to be more useful than
  143.     I initially thought, so it has been added to the input window again.
  144.   - Rearranged a few gadgets in the alarm and input window.
  145.  
  146. Changes from Reminder V5.2 to V5.3 (bugfix).
  147.  
  148.   - Reminder would sometimes crash the machine when the clock window
  149.     was moved.
  150.  
  151. Changes from Reminder V5.1 to V5.2 (minor update).
  152.  
  153.   - Added menu to Reminders clock window.
  154.   - Several minor bugfixes.
  155.   - Now show and hide (in the commodities control program ExChange) can
  156.     be used to open/close the setup window.
  157.   - Made a amigaguide version of Reminder.man.
  158.  
  159. Changes from Reminder V5.0 to V5.1 (minor update).
  160.  
  161.   - Bug removed: Selecting Right Alt in hotkey sequence didn't work.
  162.   - Bug removed (a damn nasty one to): Input window would sometimes
  163.     crash Reminder the second time it was opened.
  164.   - Bug removed: Not all old messages would be removed as they
  165.     should (thanks to Anders Melchiorsen for reporting this one).
  166.   - Alarm message can now be changed, and it is also possible to
  167.     specify a command to be executed (se setup window).
  168.     Both will be saved in the config file, so I had to change it in
  169.     the process to.
  170.   - Extra spaces in the beginning and end of message and command
  171.     strings will now be removed (so it is no longer possible to fool
  172.     Reminder into believing that a string consisting only of spaces
  173.     is nonempty).
  174.   - Bug removed: Pressing '?' on weekdays in input window would crash
  175.     Reminder.
  176.   - Reminders version can now be read without running the program.
  177.     Just type 'C:version Reminder' in your Shell/CLI.
  178.  
  179. Changes from Reminder V4.7 to V5.0.
  180.  
  181.   - As of version 5.0 Reminder now *ONLY* runs under AmigaDOS 2.0+.
  182.     Reminder V4.7 is also included. It is the last version that runs under
  183.     both AmigaDOS V1.2+ *AND* 2.0+).
  184.   - Reminder is now a commodity.
  185.   - No longer possible to run two (or more) copies of Reminder at the same
  186.     time. Reminder will simply state that it is already running and the
  187.     new copy will exit.
  188.   - Reminder now uses gadtools library (saves 4500 bytes).
  189.   - Setup window layout changed a lot.
  190.   - Message, input and alarm window's changed a bit.
  191.   - The date option previously showed the date in the form of DD/MM-YY.
  192.     Now it shows it without the year, and with the month in the form of
  193.     three letters: DD MMM. It saves some space, is understood everywhere
  194.     and looks better.
  195.   - Reminder no longer shows it's version number in the setup window.
  196.     In stead a copyright notice is shown in the workbench's title bar,
  197.     whenever a reminder window is active.
  198.   - The <enter> key now works just like the <return> key in the input
  199.     window. To exit edit mode and keep changes press Shift (left or right)
  200.     and <return> or <enter>.
  201.   - Until now pressing any key with '?' on, would reset timespecification
  202.     to wildcard. This is fixed, and you will now have to use the right key
  203.     combination(s).
  204.   - Pressing close gadget in clock window (or <hotkey>+<q>) will now work
  205.     even when alarm/setup/input/message window(s) are open.
  206.   - When the setup window is open, moving the clock window will update
  207.     Coord x and y.
  208.   - The number of digits used to display the available chip, fast and total
  209.     memory now depends on the maximum amount of memory available.
  210.